DoReassignWires(Function,Boolean,AnyPropertyId[]) Method
 
            
                In This Topic
            
            All wires in cable are assigned to a matching template of the cable. Works only for 
Eplan.EplApi.DataModel.EObjects.Cable or 
Eplan.EplApi.DataModel.Function with category 
Eplan.EplApi.DataModel.Function.Enums.Category.Shielding.
 
            
            
            Syntax
            
        
            Parameters
- oFunction
 
- Function on which this procedure will be executed.
 - bChangeExistingProperties
 
- If true existing wire properties can be changed.
 - arrListOfExcludedAnyPropertyIds
 
- List of properties ids. Value of those properties will not be changed. Can be NULL.
 
            
             
            Exceptions
| Exception | Description | 
| ArgumentNullException | If oCable is NULL. | 
| ArgumentException | If parameter is invalid. | 
| ApplicationException | Internal interface
                                       could not be
                                       created. | 
| BaseException | An error occurred when reassigning wires. 
Please read the exception message. | 
 
            
            
            
            
            
            
            
            
            
            See Also